Auto merge of #1960 - alexcrichton:build-static, r=huonw
authorbors <bors@rust-lang.org>
Tue, 1 Sep 2015 03:16:17 +0000 (03:16 +0000)
committerbors <bors@rust-lang.org>
Tue, 1 Sep 2015 03:16:17 +0000 (03:16 +0000)
commit71240c3d5b6805ab6535dca58866ddf1cb95a95c
tree1957445470c411355658dee4235a11d1c3262dd4
parent7336523b8277532363900e42c1a3bb8565838fb6
parent13d509407fe8808aed2f60b46dc6ecf13465107f
Auto merge of #1960 - alexcrichton:build-static, r=huonw

There's no real reason to eagerly link build scripts dynamically as they're not
going to benefit that much from dynamic linking. Most of the time they only have
one dynamic dependency, libstd, and most other Rust programs don't link it
dynamically so there's not really many space savings either.
src/cargo/ops/cargo_rustc/mod.rs